Skip to content

lookup: For each function symbol in x86_64, there is a corresponding symbol prefixed with __pfx_, which should be ignored.#1503

Open
lu21253 wants to merge 1 commit into
dynup:masterfrom
lu21253:master
Open

lookup: For each function symbol in x86_64, there is a corresponding symbol prefixed with __pfx_, which should be ignored.#1503
lu21253 wants to merge 1 commit into
dynup:masterfrom
lu21253:master

Conversation

@lu21253
Copy link
Copy Markdown

@lu21253 lu21253 commented May 15, 2026

Skip symbols starting with _pfx
6.6 kernel version, each function symbol in vmlinux/ko has a corresponding _pfx-prefixed symbol, but it is not present in .o files. When creating a patch file, the check for searching and matching local symbols fails.

Skip symbols starting with __pfx_
6.6 kernel version, each function symbol in vmlinux/ko has a
corresponding __pfx_-prefixed symbol, but it is not present in .o files.
When creating a patch file, the check for searching and matching local
symbols fails.

Signed-off-by: lu21253 <lu.haoA@h3c.com>
@lu21253 lu21253 changed the title lockup: x86_64 __pfx_ lookup: For each function symbol in x86_64, there is a corresponding symbol prefixed with __pfx_, which should be ignored. May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant